home *** CD-ROM | disk | FTP | other *** search
/ Glamour Girls 2 / Glamour Girls II.iso / pc / annawin.dir / 00092_Script_92 < prev    next >
Text File  |  1995-06-13  |  178b  |  12 lines

  1. on mouseUp
  2.   global profile
  3.   if profile = 0 then
  4.     set profile = 1
  5.   else if profile = 1 then
  6.     set profile = 0
  7.   end if
  8.   
  9.   sound playFile 2,"wap.wav"
  10.   
  11.   
  12. end